home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000334_news@columbia.edu_Sun Jul 12 03:09:40 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15254
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 12 Jul 1995 16:51:28 -0400
  3. Received: by apakabar.cc.columbia.edu id AA16754
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 12 Jul 1995 16:51:26 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!gatech!howland.reston.ans.net!usc!ccnet.com!ccnet.com!not-for-mail
  6. From: davidm@ccnet.com (David MacMahon)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: apc assign VS remote assign
  9. Date: 11 Jul 1995 20:09:40 -0700
  10. Organization: CCnet Communications (510-988-7140 guest)
  11. Lines: 41
  12. Message-Id: <3tvedk$mi0@ccnet.ccnet.com>
  13. Nntp-Posting-Host: ccnet
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I am using MS-DOS Kermit (v3.14 patch level 8) to dial into a Sun 
  18. (running Solaris 2.3) where I run C-Kermit 5A(190).  On the remote side 
  19. (i.e. the Sun) I "take" the following command file...
  20.  
  21. open write kermit.log
  22. apc assign \\%a \\fsize(kermit.exe)
  23. apc server
  24. remote query user \%a
  25. write file {Size of kermit.exe is \v(query)\10}
  26. remote assign \%b \\fsize(kermit.exe)
  27. remote query user \%b
  28. write file {Size of kermit.exe is \v(query)\10}
  29. finish
  30. close write
  31.  
  32. It produces the following kermit.log file...
  33.  
  34. Size of kermit.exe is 230400
  35. Size of kermit.exe is \fsize(kermit.exe)
  36.  
  37. The first line is the result from the apc assign and remote query.  This 
  38. is the result I want to obtain.  The only problem is that if I want to do 
  39. this for a number of files I have to go in and out of server mode a 
  40. number of times or do all of my apc assign's beforehand.  Another 
  41. problem is that I would like to have the PC run KERLITE.EXE which has no 
  42. terminal emulator and therefore can't take apc commands at all!
  43.  
  44. Is there a way to get remote assign to behave like apc assign?  I have 
  45. tried 'remote kermit assign \\%c \\fsize(kermit.exe)', but that doesn't 
  46. seem to work at all.  In fact, I must misunderstand remote kermit 
  47. altogether because I can't figure out what it does or how it's used.  I 
  48. have the C-Kermit manual (but not the MS-DOS manual), which briefly 
  49. explains the remote kermit command on page 146, but I still don't get 
  50. it.  To top it off, when I put C-Kermit into server mode it doesn't 
  51. appear to support 'remote kermit' at all!
  52.  
  53. Any and help on this matter greatly appreciated!
  54. Dave
  55.  
  56. David MacMahon
  57. davidm@ccnet.com